[INFO] fetching crate concrete-boolean 0.2.1...
[INFO] testing concrete-boolean-0.2.1 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate concrete-boolean 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate concrete-boolean 0.2.1
[INFO] finished tweaking crates.io crate concrete-boolean 0.2.1
[INFO] tweaked toml for crates.io crate concrete-boolean 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate concrete-boolean 0.2.1 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 97 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e
[INFO] running `Command { std: "docker" "start" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling reborrow v0.5.5
[INFO] [stderr]    Compiling concrete-csprng v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling dyn-stack v0.8.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling concrete-fft v0.1.0
[INFO] [stderr]    Compiling concrete-core v1.0.2
[INFO] [stderr]    Compiling concrete-boolean v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/engine/bootstrapping/cpu.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32, LweCiphertextMutView32) {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32<'_>, LweCiphertextMutView32<'_>) {
[INFO] [stdout]    |                               ++++                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
[INFO] running `Command { std: "docker" "inspect" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling concrete-csprng v0.2.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling concrete-fft v0.1.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling concrete-core v1.0.2
[INFO] [stderr]    Compiling concrete-boolean v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/engine/bootstrapping/cpu.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32, LweCiphertextMutView32) {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32<'_>, LweCiphertextMutView32<'_>) {
[INFO] [stdout]    |                               ++++                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/engine/bootstrapping/cpu.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32, LweCiphertextMutView32) {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> (GlweCiphertextView32<'_>, LweCiphertextMutView32<'_>) {
[INFO] [stdout]    |                               ++++                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.86s
[INFO] running `Command { std: "docker" "inspect" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/engine/bootstrapping/cpu.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 28 |     ) -> (GlweCiphertextView32, LweCiphertextMutView32) {
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |           |
[INFO] [stderr]    |           the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     ) -> (GlweCiphertextView32<'_>, LweCiphertextMutView32<'_>) {
[INFO] [stderr]    |                               ++++                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `concrete-boolean` (lib) generated 1 warning (run `cargo fix --lib -p concrete-boolean` to apply 1 suggestion)
[INFO] [stderr] warning: `concrete-boolean` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/concrete_boolean-08c31a502e61ac0b)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_and_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_deep_circuit_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_encrypt_decrypt_lwe_secret_key_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_mux_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_nand_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_nor_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_not_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_or_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_xnor_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::default_parameters_tests::test_xor_gate_default_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_and_gate_tfhe_lib_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_deep_circuit_tfhe_lib_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_encrypt_decrypt_lwe_secret_key_tfhe_lib_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_mux_gate_tfhe_lib_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_nand_gate_tfhe_lib_parameters has been running for over 60 seconds
[INFO] [stdout] test server_key::tests::tfhe_lib_parameters_tests::test_nor_gate_tfhe_lib_parameters has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e", kill_on_drop: false }`
[INFO] [stdout] 2ee70378e7d5343de6a66fc54ddc1687a7eac341b690b7775b662f8b4e99cc9e
